<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer{
    background-color: #074087;
}
footer .fhead{
    height: 80px;
    border-bottom: 1px dotted rgba(215,215,215, .2);
}
footer .fhead .area{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .fhead .fnav{
    width: 61.59%;
    height: 100%;
}
footer .fhead .fnav ul{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: unset !important;
}
footer .fhead .fnav ul li{
    padding: 0px 15px;
    font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	/*width: calc(100%/7);*/
}
footer .fhead .fnav ul li:first-child{
    padding-left: 0;
}
footer .fhead .fnav ul li:last-child{
    padding-right: 0;
    border-right: none;
}
footer .fhead .fnav ul li{
    border-right: 1px solid rgba(208,208,208, .3);
}
.fcen .area .erwei&gt;div .img img{
    max-width: unset;
    max-height: 100%;
}
.fcen .area{
    overflow: hidden;
    padding-top: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 6px;
}
.fcen .area .desc h5{
    font-size: 18px;;
	line-height: 18px;
	color: #ffffff;
}
.fcen .area .desc p{
    font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.6;
    margin-top: 20px;
}
.fcen .area .line{
    width: 1px;
	height: 90px;
	background-color: #ffffff;
	opacity: 0.3;
    margin-left: 7.9%;
    margin-right: 10.3%;
    margin-top: 0px;
}
.fcen .area  .erwei{
    width: calc(100%/4);
    height: 250px;
    align-items: center;
    display: flex;
    margin-top: 0;
    text-align: center;
    justify-content: space-between;
}
.fcen .area  .erwei&gt;div .img{
    width: 90px;
	height: 90px;
	background-color: #ffffff;
	border-radius: 5px;
	opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.fcen .area  .erwei&gt;div p{
    font-size: 14px;;
	line-height: 30px;
	color: #c7c7c7;
	opacity: 0.9;
}
.fbtm {
    background-color: #EDECF2;
}
.fbtm .area{
    /*padding: 17px 0;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbtm .area p{
    color: #0056b9;
    opacity: unset !important;
    font-size: 14px;
}
footer .fhead .img{
    width: 30%;
}
.fcen .area  .erwei&gt;div .img{
    position: relative;
}
.fcen .area  .erwei&gt;div .img .m1{
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translate(-50%,-45%);
    width: 223%;
    background-color: rgba(255,255,255,.8);
    opacity: 0;
    transition: all .3s;
}
.fcen .area  .erwei&gt;div .img .m1 img{
        max-height: unset;
        width: 100%;
}
.fcen .area  .erwei&gt;div .img:hover{
     width: 145px;
	height: 145px;
}
.fcen .area  .erwei&gt;div:nth-child(1) .img img{
    width: 92%;
}
.fcen .area  .erwei&gt;div:nth-child(2) .img img{
    width: 92%;
}
/* padproç«¯ */
@media screen and (min-width: 991px) and (max-width: 1366px){
    footer .fhead .fnav ul li{
        line-height: 20px;
    }
}
/* padç«¯ */
@media screen and (min-width:768px) and (max-width:991px) {
    footer .fhead .fnav{
        width: 100%;
    }
    footer .fhead .img{
        display: none;
    }
    footer .fhead .fnav ul li{
        line-height: 20px;
        padding: 0 2.07%;
    }
    footer .fhead{
        height: 65px;
    }
    .fcen .area .erwei {
        width: 29%;
    }
}
/* ç§»åŠ¨ç«¯ */
@media (max-width:767px){
    footer .fhead .fnav{
        width: 100%;
    }
    footer .fhead .img{
        display: none;
    }
    footer .fhead .fnav ul li{
        line-height: 20px;
        padding: 0 1%;
        font-size: 14px;
        border-right: none;
    }
    footer .fhead{
        height: 65px;
    }
    .fcen .area .erwei {
        display: none;
    }
    .fcen .area .line{
        display: none;
    }
    .fcen .area,.fbtm .area{
        flex-wrap: wrap;
    }
    .fcen .area .desc{
        width: 100%;
    }
    .fbtm .area p{
        font-size: 12px;
    }
    .fcen .area .desc p{
        font-size: 12px;
    }
}</pre></body></html>